From abca591a5a695a64a9746bb8ec5cf13b9864020a Mon Sep 17 00:00:00 2001 From: James Bendig Date: Tue, 21 Feb 2017 11:22:32 -0600 Subject: [PATCH] Changed wording for required-features docs to be more clear that missing features means the target is skipped. --- src/doc/manifest.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index ca418b83c..59419d609 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -553,9 +553,10 @@ harness = true ## The `required-features` field (optional) -The `required-features` field specifies which features must be selected for the -target to be built. This is only relevant for the `[[bin]]`, `[[bench]]`, -`[[test]]`, and `[[example]]` sections, it has no effect on `[lib]`. +The `required-features` field specifies which features the target needs in order +to be built. If any of the required features are not selected, the target will +be skipped. This is only relevant for the `[[bin]]`, `[[bench]]`, `[[test]]`, +and `[[example]]` sections, it has no effect on `[lib]`. ```toml [features] -- 2.30.2